home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / sokoban-.tar / sokoban-src.tar / sokoban / README < prev    next >
Text File  |  1990-10-09  |  2KB  |  40 lines

  1. This is SOKOBAN.
  2.  
  3. I saw this game first on a PC running MSDOS. I found the idea of the game so
  4. clever, that I made up my mind to make it run with an ascii terminal using
  5. curses so that we can play it on our MicroVAX/ULTRIX. 
  6.  
  7. Along with this package there are alot of screen files describing the various
  8. play levels. So what you need to do to install it on your own machine is:
  9.  
  10. -   Edit the header file sokoban.h to alter the given defines
  11.  
  12. You have to note the following restrictions
  13.  
  14. -   The screen files must be readable for everyone who should be able to play
  15.     his game
  16. -   The score file should have read/write permission only for the owner
  17.     of the executable program. Because of that sokoban must run with setuid.
  18.  
  19. You can now compile it (just type 'make').
  20. If compilation is succesful you must initialize the score file (just type
  21. 'sokoban -c')
  22.  
  23. There is no manual page. All you have to know when you first play the game is
  24. the command '?'. This gives you one screenful of information.
  25.  
  26. After you have solved all the given screens (this will take a while) you will
  27. find the game boring (sure you will). I hope there will be a lot of players who
  28. will think out some new screens.
  29. To test your own screens copy them to the screen directory (with a new level
  30. number <nn>) and type sokoban -<nn>.
  31.  
  32. PLEASE DO SO AND POST NEW SCREENS TO THE NET.
  33. OTHERWISE IT GETS BORING !!!!!!!!!!!!!!!!!!!!
  34.  
  35. Comments are welcome.
  36.  
  37. >From Canada or the US reply to ...!pyramid!tub!astbe!ber
  38.    (otherwise it would be expensive)
  39. from elsewhere reply to ber@astbe
  40.